home *** CD-ROM | disk | FTP | other *** search
/ Educational Software Cooperative 4 / Educational Software Cooperative 4.iso / work431 / workinfo.txt < prev   
Text File  |  1996-04-24  |  17KB  |  313 lines

  1.                               W O R K B A S E
  2.                         G E T T I N G   S T A R T E D
  3.                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4.  
  5.    QUICK START:
  6.    To run the program from a DOS prompt, enter: WORKBASE
  7.    To read the on-disk manual, enter: WORKDOC
  8.  
  9.    Note: This copy of WORKBASE creates Clipper-compatible NTX
  10. index files. If you need dBase-compatible NDX index files, please
  11. request the NDX version when ordering.
  12.  
  13.    REVIEWERS: If you intend to review this software for publication, please
  14. contact us to make sure you have the most recent version and that the
  15. ordering information supplied to your readers will be accurate. We would
  16. appreciate receiving a tearsheet or copy of any published reviews. Thank
  17. you!
  18.  
  19.    ALWAYS MAKE A BACKUP COPY of the original disk before you do anything.
  20. (See the DISKCOPY command in your DOS manual.) Put the original in a safe
  21. place, and use the copy as the master disk when you install the program.
  22.    Note that in all of the following examples, if your drive letters or
  23. directory names are different, you can simply use the same command, but
  24. with your actual drive letter and directory name. For example, we refer to
  25. the floppy drives as drive A and drive B. If yours are really called drive
  26. D and drive E, then use D and E instead of A and B. In our hard disk
  27. example, the subdirectory is called WORKBASE. But you can name it something
  28. else. For example, if you name it WEST, just use WEST in the command
  29. instead of WORKBASE.
  30.    The following instructions assume the files on your disk are NOT
  31. archived. If you have received the files in archived format, refer to the
  32. installation instructions that came with your disk.
  33.  
  34.    INSTALLING TO A HARD DISK: The first thing you need to do is create a
  35. subdirectory on the hard disk. (If the subdirectory has already been
  36. created, you don't have to create it now.) For example, if you decide to
  37. name the subdirectory WORKBASE, you would start at your C> prompt, and use the
  38. following sequence of commands:
  39.  
  40.    CD\
  41.    MD WORKBASE
  42.    CD \WORKBASE
  43.  
  44. Now put the master disk in the A drive and enter this command:
  45.  
  46.    COPY A:*.*
  47.  
  48. You should see all the files being copied. When the copying is finished,
  49. you are ready to run the program.
  50.  
  51.    INSTALLING TO A FLOPPY DISK WHEN YOU HAVE TWO FLOPPY DRIVES: Put the
  52. master disk in drive A. Put a new, formatted disk in drive B. Enter this
  53. command:
  54.  
  55.    COPY A:*.* B:
  56.  
  57.    You should see the files being copied to the disk in the B drive. When
  58. all the files have been copied, the B disk is your working disk. You can
  59. move  the B disk to the A drive and use it there if you prefer.
  60.    For greatest efficiency and maximum storage capacity, we urge you to
  61. install the software to your hard disk.
  62.  
  63.    INSTALLING TO A FLOPPY DISK WHEN YOU HAVE ONE FLOPPY DRIVE: Put the
  64. master disk in drive A. Have a new disk ready. Enter this command:
  65.  
  66.    DISKCOPY A: B:
  67.  
  68.    The computer will display messages telling you when to put the "source
  69. disk" or the "target disk" into the drive. The "source disk" is your master
  70. disk. The "target disk" is your new disk. When all the files have been
  71. copied, the "target" disk is your working disk.
  72.    For greatest efficiency and maximum storage capacity, we urge you to
  73. install the software to your hard disk.
  74.  
  75.    NEED MORE SPACE? If you are running programs on floppy disks you may not
  76. have enough disk space for the data files created by the program. You can
  77. remove the documentation files, which the program does not need, from your
  78. working disk. However, these files contain important information which you
  79. will need for reference, so do not delete them from your master disk. To
  80. delete the documentation files, put the working disk in the A drive and
  81. enter these commands:
  82.  
  83.    DEL A:*.TXT
  84.    DEL A:*.DOC
  85.  
  86.    The documentation files must be included with copies of the program that
  87. are distributed to others.
  88.  
  89.    PROGRAM FILES: Program files can be identified by the extension EXE or
  90. COM after the file name. To run the program, simply type its name. For
  91. example, if you have a program named WORKBASE.EXE, type WORKBASE and press
  92. <ENTER>.
  93.  
  94.    DOCUMENTATION AND INSTRUCTIONS: The on-disk manual appears in an
  95. executable file named WORKDOC.EXE. To view the manual from the DOS prompt,
  96. type WORKDOC and press <ENTER>. You can page through the document on
  97. screen, or print it by pressing <ALT><P>. For  a list of helpful commands,
  98. press <F1>.
  99.    All features of WORKBASE are documented in the on-disk manual. To
  100. save disk space, this manual may not contain all the extra explanatory
  101. material and examples which are included in the printed manual provided to
  102. registered (paid) users. The printed manual also includes a table of 
  103. contents and index.
  104.    Files which have the DOC or TXT extension are ASCII format files (also
  105. called DOS Text files) which can be viewed or printed using DOS commands.
  106. For example, if you have a typical setup, you can print a document called
  107. WORKINFO.TXT using this command:  TYPE WORKINFO.TXT > PRN
  108.    To view this file on screen, you would enter: TYPE WORKINFO.TXT | MORE
  109. (Successful use of MORE assumes that the correct DOS files are in your
  110. path. If this is not the case, you can simply use TYPE WORKINFO.TXT, but the
  111. file may scroll up out of view.)
  112.    You can also view and print this kind of file with text viewing
  113. utilities, and with most word processors, using "ASCII", "DOS Text" or
  114. "Non-document" format.
  115.  
  116.    CHANGES AND UPDATES: Sometimes changes are made in a program after the
  117. manual is completed. Information about such changes will appear on disk in
  118. a text file called UPDATE.TXT. If this file appears on your disk, you
  119. should read it to get the latest important information about the software.
  120.  
  121.    NEW VERSIONS: Sometimes a new version of a program will ask permission
  122. to update your data files. Do not answer "yes" unless you have already made
  123. a backup copy of your data. Don't copy the backed-up data back into the
  124. directory after the files have been updated. This backup is simply
  125. insurance against data damage or loss. You should make backups regularly.
  126.  
  127.    BE SMART!  Before installing new versions of any software, make backups
  128. of all the old files. This protects you in case of an error during the
  129. installation/update process. Remember that power surges, hardware failure,
  130. and user errors can all lead to data loss or damage. Make backups of your
  131. data on a regular basis. If you wonder how often you need to back up your
  132. word processing documents, mailing lists, spreadsheets, etc., ask yourself,
  133. "How many days worth of work can I afford to lose?" We recommend that you
  134. use a system of three or more sets of backup disks which you rotate on a
  135. daily basis. That way, if something unfortunate happens to one set of
  136. backups, you will have another set available. A few minutes spent making
  137. daily backups can save you hours of heartbreaking work trying to recreate
  138. lost data.
  139.  
  140.    BAD DISK? It seems that in hot weather we sometimes get complaints about
  141. "bad" or unreadable disks. Floppy disks are susceptible to heat, moisture
  142. and magnetism. A disk that sits all day in a hot mailbox or truck where
  143. temperatures exceed 100 degrees is likely to be damaged. Disks which have
  144. been exposed to magnetism may become unreadable.
  145.    Before assuming a disk is bad, try it on another computer. It may be
  146. that your computer's drive heads are dirty or slightly misaligned. Suspect
  147. this if you often get disk error messages with different disks. An
  148. inexpensive head cleaning kit may help solve the problem.
  149.    With 5.25" disks, sometimes the round disk gets trapped inside its
  150. square  casing and generates an error because it can't rotate freely.
  151. Remove the  disk from the drive and tap each of the four edges sharply on
  152. the surface  of your desk. This may loosen the disk. Try reading the disk
  153. again.
  154.    With 3.5" disks, the sliding plate may not be sliding open when the disk
  155. is placed inside the drive. Gently slide the plate back and forth until it
  156. feels looser, being careful not to touch the disk media inside. Try reading
  157. the disk again. If the plate will not slide, or it it appears to be bent,
  158. do not place it inside the drive. Instead, you can simply remove the plate,
  159. which protects the disk but is not required for us.
  160.    Several popular utility packages have features that can sometimes
  161. revive unreadable disks.
  162.    In any case, if we sent you an unreadable disk, we will be happy to
  163. replace it with a fresh copy of the same program. If you received a bad
  164. disk from a vendor, the vendor should replace it.
  165.  
  166.    SUPPORT: This software has been thoroughly tested, and complete
  167. instructions are contained in the user's manual.
  168.    For fast, reliable answers to your questions, visit the R.K. West
  169. section on CompuServe. GO RKWEST. You'll also be able to download
  170. 30-day evaluation versions of our new products in Library 9.
  171.    Support by mail is FREE. Mail support to registered users is generally
  172. unlimited. However, if a user's support needs become excessive or
  173. unreasonable, we may limit the number of support requests which may be
  174. submitted in a single week or a single month.
  175.    Unregistered users: We appreciate receiving a self-addressed, stamped
  176. envelope with your inquiry. Free support to unregistered users will be
  177. limited to getting you up and running, or responding to error messages.
  178.    Additional methods of support may be available as described in the
  179. program documentation or in the materials given to registered users.
  180.    Visit our WWW home page at http://members.aol.com/rkwest
  181.  
  182.    SOFTWARE LICENSE AND WARRANTY INFORMATION: See the file VENDINFO.DIZ.
  183. If VENDINFO.DIZ is missing or damaged, or if you do not understand it,
  184. contact the author for complete information.
  185.  
  186.    SITE LICENSING: A site license is an inexpensive way for more than
  187. one person to legally use one copy of a program on more than one computer
  188. at a time. Site licenses are designed for companies, offices or workgroups
  189. where more than one person in the organization needs to use a product, but
  190. does not need additional manuals or disks. Site licensing enables
  191. companies, departments, government agencies, etc., to equip their personnel
  192. with the tools they need at a minimal cost.
  193.    Here's the gist of how it works:  The company purchasing a site license
  194. (the licensee) provides a single point of contact for shipping, technical
  195. support, upgrades, etc., and we (the licensor) provide "golden masters" of
  196. the diskettes, manuals, and any other parts of the package.
  197.    The following chart gives a breakdown of the cost of site licensing and 
  198. how much you save per site licensed. For instance, if the normal registration
  199. fee for one copy of the software is $49.00, and you purchase a site
  200. license for 11 users (sites) your cost will be $377.30, which saves you
  201. $161.70 of the cost of 11 separate purchases. The more sites you license,
  202. the more you save.
  203.  
  204. SAMPLE SITE LICENSING CHART FOR A PROGRAM WITH A $49.00 REGISTRATION PRICE:
  205.  
  206.                       Discount      Price Per      Savings
  207.       Quantity       Percentage       Unit         Per Unit
  208.  
  209.        5 -  10          25%          $36.75         $12.25
  210.       11 -  15          30%          $34.30         $14.70
  211.       16 -  20          33%          $32.83         $16.17
  212.       21 -  25          36%          $31.36         $17.64
  213.       26 -  30          39%          $29.89         $19.11
  214.       31 -  40          42%          $28.42         $20.58
  215.       41 -  50          45%          $26.95         $22.05
  216.       51 -  60          48%          $25.48         $23.52
  217.       61 -  70          51%          $24.01         $24.99
  218.       71 -  80          54%          $22.54         $26.46
  219.       81 -  90          57%          $21.07         $27.93
  220.       91 - 100          60%          $19.60         $29.40
  221.            101+           By special arrangement
  222.  
  223. To receive further information, please contact R.K. West Consulting, 
  224. PO Box 8059, Mission Hills CA 91346, USA; FAX 818-366-1737; 
  225. Email: 74774.403@compuserve.com.
  226.  
  227.    EVALUATION: Many software developers choose marketing methods which
  228. allow copyrighted programs to circulate among users for purposes of
  229. evaluation. This gives you the option to "Try Before You Buy". Using this
  230. system, the author of a program typically allows you to try the program for
  231. up to 30 days before payment is required. The exact terms of evaluation
  232. vary from author to author, so be sure to check the documentation of the
  233. programs you evaluate.
  234.    Any fee you pay to a disk vendor is simply a distribution fee, and does
  235. not cover the cost of the program itself. Disk vendors are required to
  236. inform customers of these facts. Programs which are used beyond
  237. the author's prescribed evaluation period require separate payment to the
  238. author. By making payment to the author you obtain a legal right to use the
  239. software, and encourage the continued development of quality software
  240. for this type of marketing.
  241.    The process of paying for the software is often called "registration".
  242. The exact benefits of registration vary from author to author, but many
  243. authors will offer one or more of the following: a current version,
  244. technical support, a printed manual, free or discounted upgrades, bonus
  245. utilities or special offers. Consult the registration information included
  246. with each program for specific details.
  247.  
  248.    REGISTRATION: When you pay for WORKBASE, you will receive:
  249.  
  250.    * A copy of the most recent version of the program, without any
  251.      payment reminders.
  252.    * A printed, indexed manual.
  253.    * A license to continue using the program.
  254.    * Technical support by fax, mail, and email.
  255.    * Your choice of one free program as listed on the registration form.
  256.    * Notice of upgrades, new releases, and new products.
  257.    * Discounts on upgrades and other products.
  258.  
  259.  To: R.K. West Consulting                    WORKBASE ORDER FORM
  260.      PO Box 8059
  261.      Mission Hills CA 91346, USA
  262.  
  263.  Your Name: ________________________________________________    please
  264.                                                                 print
  265.  Address: __________________________________________________    clearly
  266.  
  267.           __________________________________________________
  268.  
  269.           __________________________________________________
  270.  
  271.  Phone:   __________________________________________________
  272.  
  273.  _____ Registered versions @ $29.00 each:                 ___________________
  274.  
  275.  _____ Shipping outside the USA: Canada $3, others $6     ___________________
  276.  
  277.  Disk Size: ___ 3.5"   ___ 5.25"         TOTAL ENCLOSED:  ___________________
  278.             3.5" is best
  279.  
  280.  Index Type:  ___NTX   ___NDX
  281.  
  282.  Free Bonus Program! Pick ONE:
  283.  
  284.  ___ Cliche Finder   ___ ESP Test   ___ Practical Jokes   ___ Shareware
  285.  (If not available at time of order, another free program will be sent.)
  286.  
  287.  All prices are in U.S. dollars, checks drawn on and payable through a U.S.
  288.  bank. You may register by credit card through Public (Software) Library. In
  289.  the USA call 800-242-4775. Others, call 713-524-6394. These numbers are for
  290.  orders only. You can Fax a credit card order to PsL at 713-524-6398; or
  291.  mail it to: PSL, P.O. Box 35705, Houston TX 77235; or order on CompuServe from
  292.  71355,470. Visa, MasterCard, Discover, American Express. If ordering by
  293.  credit card use your name EXACTLY as shown on the card. Please do not mail
  294.  credit card orders to R.K. West (and do not mail checks to PSL).
  295.  
  296.  Tell us where you found this program! _______________________________________
  297.  
  298.    ___________________________________________________________________________
  299.  
  300.  Important: If you purchased this disk from a rack, bin, shelf or package in a
  301.             retail store, grocery, airport, bookshop, etc., or found it on
  302.             CD-ROM, please include the company name or brand-name logo from the
  303.             disk package or label, and other information, such as address and
  304.             phone, identifying the company that actually produced the disk.
  305.  
  306.   ___________________________________________________________________________
  307.  
  308.    ___________________________________________________________________________
  309.  
  310.    ___________________________________________________________________________
  311.  
  312.  What are your comments about WORKBASE? (Use other side if needed)
  313.